<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

body {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  background-color: #f5f5f5;
}

[v-cloak] {
  display: none;
}

input {
  border: none;
  font-size: 14px;
}

input:focus {
  border: none;
  outline: none;
}

a {
  color: #333;
  text-decoration: none !important;
}

.header {
  height: 120px;
  background: #262626;
  color: #ffffff;
}

.header .tips {
  line-height: 32px;
  background: #333333;
}

.header .tips .tips_content {
  width: 1200px;
  text-align: right;
  margin: 0 auto;
  padding: 0 30px;
}

.header .tips .tips_content font {
  color: #cb893a;
}

.header .header_content {
  width: 1300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header .header_content .logo {
  width: 270px;
  height: 130px;
  background: #cb893a;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  background-image: url(../images/logo.png);
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -32px;
  position: relative;
  z-index: 9999;
}

.header .header_content .header_right .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 90px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 18px;
}

.header .header_content .header_right .menu a {
  color: #ffffff;
}

.header .header_content .header_right .menu a:hover {
  text-decoration: none;
}

.header .header_content .header_right .menu .menu_child_bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 120px;
  background-color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 0;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  z-index: 99;
}

.header .header_content .header_right .menu:hover .menu_child_bg {
  height: 58px;
}

.hide {
  display: none;
}

.header .header_content .header_right .menu .menu_line {
  border-left: 1px dashed #ffffff;
  height: 10px;
  width: 1px;
}

.header .header_content .header_right .menu .menu_son {
  width: 120px;
  height: 85px;
  position: relative;
}

.header .header_content .header_right .menu .menu_son .menu_son_title {
  width: 120px;
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.header .header_content .header_right .menu .menu_son .menu_child {
  position: absolute;
  left: 50%;
  top: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 0;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  z-index: 99;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header .header_content .header_right .menu .menu_son .menu_child .menu_child_son {
  font-size: 18px;
  padding: 0px 15px;
  width: max-content;
  cursor: pointer;
  text-align: center;
}

.header .header_content .header_right .menu .menu_son .menu_child .menu_child_son:hover {
  color: #cb893a;
}

.header .header_content .header_right .menu .menu_son:hover {
  background-image: url(../images/menu_active.png);
  background-position: bottom;
  background-repeat: no-repeat;
}

.header .header_content .header_right .menu .menu_son:hover .menu_child {
  height: 58px;
}

.banner {
  height: 720px;
  position: relative;
  overflow: hidden;
}

.banner .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 1;
  width: 10px;
  height: 10px;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px dashed #ffffff;
  background-color: rgba(0, 0, 0, 0);
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  background-color: #ffffff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.main_form {
  height: 110px;
  background: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main_form .tips {
  width: 1200px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main_form .tips .tips_left {
  font-size: 18px;
}

.main_form .tips .tips_left font {
  color: #cb8a3a;
  font-weight: bold;
}

.main_form .tips .tips_left font.num {
  font-size: 25px;
}

.main_form .tips .tips_right {
  font-size: 14px;
  color: #999999;
  width: 259px;
  text-align: center;
}

.main_form .form {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

.main_form .form .input {
  width: 887px;
  height: 36px;
  background: #ffffff;
  border-radius: 5px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main_form .form .input .input_son {
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid #eee;
}

.main_form .form .input .input_son img {
  margin: 0 10px 0 0;
}

.main_form .form .btn {
  height: 36px;
  background: #cb893a;
  border-radius: 5px;
  width: 295px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
}

.main_form .form .btn img {
  margin: 0 10px 0 0;
}

.main_title {
  margin: 100px 0 56px;
}

.main_title .title {
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  color: #333333;
}

.main_title .title font {
  font-size: 60px;
  color: #cb893a;
}

.main_title .stitle {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}

.main_title.black_bg .title {
  color: #ffffff;
}

.main_title.black_bg .stitle {
  color: #ffffff;
}

.main_index01 {
  margin: 0 auto;
  max-width: 1500px;
  min-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: baseline;
  -ms-flex-pack: baseline;
  justify-content: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main_index01 .mlist {
  width: 288px;
  height: 272px;
  background: #ffffff;
  border: 1px solid #333333;
  border-radius: 8px;
  position: relative;
  padding: 32px 28px 0;
  margin: 0 20px 60px;
  color: #333333;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.main_index01 .mlist:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.main_index01 .mlist .title {
  position: absolute;
  left: 50%;
  margin-left: -100px;
  top: -24px;
  width: 200px;
  height: 48px;
  background: #cb893a;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 32px;
  color: #ffffff;
}

.main_index01 .mlist p {
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  padding: 0;
  margin: 0;
}

.main_index01 .mlist .icon {
  width: 72px;
  height: 72px;
  background: #ffffff;
  border: 1px solid #333333;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 58px;
  right: -36px;
  background-color: #ffffff;
}

.main_index01 .mlist:nth-child(1) .icon {
  background-image: url(../images/custom_01.png);
}

.main_index01 .mlist:nth-child(2) .icon {
  background-image: url(../images/custom_02.png);
}

.main_index01 .mlist:nth-child(3) .icon {
  background-image: url(../images/custom_03.png);
}

.main_index01 .mlist:nth-child(4) .icon {
  background-image: url(../images/custom_04.png);
}

.main_index01 .mlist:nth-child(5) .icon {
  background-image: url(../images/custom_05.png);
}

.main_index01 .mlist:nth-child(6) .icon {
  background-image: url(../images/custom_06.png);
}

.main_index01 .mlist:nth-child(7) .icon {
  background-image: url(../images/custom_07.png);
}

.main_index01 .mlist:nth-child(8) .icon {
  background-image: url(../images/custom_08.png);
}

.main_index01 .mlist:hover {
  color: #cb893a;
  border: 1px solid #cb893a;
}

.main_index01 .mlist:hover .icon {
  border: 1px solid #cb893a;
}

.main_index01 .mlist:hover:nth-child(1) .icon {
  background-image: url(../images/custom_01_hover.png);
}

.main_index01 .mlist:hover:nth-child(2) .icon {
  background-image: url(../images/custom_02_hover.png);
}

.main_index01 .mlist:hover:nth-child(3) .icon {
  background-image: url(../images/custom_03_hover.png);
}

.main_index01 .mlist:hover:nth-child(4) .icon {
  background-image: url(../images/custom_04_hover.png);
}

.main_index01 .mlist:hover:nth-child(5) .icon {
  background-image: url(../images/custom_05_hover.png);
}

.main_index01 .mlist:hover:nth-child(6) .icon {
  background-image: url(../images/custom_06_hover.png);
}

.main_index01 .mlist:hover:nth-child(7) .icon {
  background-image: url(../images/custom_07_hover.png);
}

.main_index01 .mlist:hover:nth-child(8) .icon {
  background-image: url(../images/custom_08_hover.png);
}

.mian_case {
  background-image: url(../images/index_case.jpg);
  background-size: cover;
  height: 1172px;
  overflow: hidden;
  min-width: 1500px;
}

.mian_case .myCase {
  height: 720px;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}

.mian_case .myCase .swiper-button-prev,
.mian_case .myCase .swiper-button-next {
  border-radius: 50%;
  width: 56px;
  height: 56px;
  border: 2px solid #ffffff;
}

.mian_case .myCase .swiper-button-prev::after,
.mian_case .myCase .swiper-button-next::after {
  color: #ffffff;
  font-size: 30px;
}

.mian_case .myCase .swiper-button-prev {
  left: 73%;
  top: 128px;
}

.mian_case .myCase .swiper-button-next {
  left: 78%;
  top: 128px;
}

.mian_case .myCase .swiper-slide {
  width: 70%;
  margin-left: 10px;
  background-color: #333;
}

.mian_case .myCase .swiper-slide .content {
  position: absolute;
  width: 528px;
  height: 360px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 32px;
  right: -10%;
  top: 240px;
}

.mian_case .myCase .swiper-slide .content .title {
  font-size: 35px;
  font-weight: bold;
  color: #cb893a;
  border-bottom: 1px solid #cb893a;
  padding-bottom: 10px;
}

.mian_case .myCase .swiper-slide .content .tags {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  margin: 10px 0;
}

.mian_case .myCase .swiper-slide .content .desc {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  /* 设置最多显示几行 */
  -webkit-box-orient: vertical;
}

.mian_case .fg_list {
  width: 1200px;
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 80px;
}

.mian_case .fg_list .flist {
  width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 80px;
  overflow: hidden;
}

.mian_case .fg_list .flist .flist_son {
  width: 198px;
  height: 40px;
  color: #cccccc;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.mian_case .fg_list .flist .flist_son.active {
  background: #cb893a;
  color: #ffffff;
}

.mian_case .fg_list .flist .flist_son:hover {
  background: #cb893a;
  color: #ffffff;
}

.mian_case .fg_list .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-left: 1px solid #999999;
  height: 80px;
  padding-left: 56px;
}

.mian_case .fg_list .btn .span {
  width: 47px;
  height: 64px;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  line-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
}

.main_designer {
  max-width: 1500px;
  min-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}

.main_designer .designerSwiper {
  width: 1350px;
  overflow: hidden;
}

.main_designer .swiper-button-prev,
.main_designer .swiper-button-next {
  position: relative;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  border: 4px solid #cb893a;
  cursor: pointer;
}

.main_designer .swiper-button-prev::after,
.main_designer .swiper-button-next::after {
  color: #cb893a;
  font-size: 30px;
}

.main_designer .designer {
  background-color: #262626;
  height: 626px;
  position: relative;
  cursor: pointer;
}

.main_designer .designer .thumb {
  height: 434px;
  background-size: cover;
  background-position: center;
}

.main_designer .designer .content {
  min-height: 192px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 16px 31px;
  position: absolute;
  background-color: rgba(38, 38, 38, 0.5);
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.main_designer .designer .content .title {
  font-size: 24px;
  color: #cb893a;
}

.main_designer .designer .content .tags {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  margin: 10px 0;
  background-color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main_designer .designer .content .tags span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main_designer .designer .content .tags span:nth-child(1) {
  background: #cb893a;
}

.main_designer .designer .content .desc {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
}

.mian_house {
  background-image: url(../images/index_house.jpg);
  background-size: cover;
  background-position: center;
  height: 996px;
  overflow: hidden;
  margin-top: 100px;
}

.mian_house .mian_house_content {
  max-width: 1500px;
  min-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mian_house .mian_house_content .mlist {
  width: 353px;
  height: 320px;
  position: relative;
  cursor: pointer;
  margin: 15px 0;
  background-size: cover;
  background-position: center;
}

.mian_house .mian_house_content .mlist .num {
  width: 100px;
  height: 90px;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 16px;
  top: 0rpx;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #ffffff;
  padding-bottom: 20px;
  background-image: url(../images/house_index_bg.png);
}

.mian_house .mian_house_content .mlist .num font {
  font-size: 28px;
}

.mian_house .mian_house_content .mlist .title {
  min-height: 80px;
  padding: 50px 20px 10px;
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.mian_house .mian_house_content .mlist .more_bg {
  left: 0;
  top: 0;
  width: 353px;
  background-color: rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: absolute;
  height: 0px;
  overflow: hidden;
}

.mian_house .mian_house_content .mlist .more_bg .more {
  width: 186px;
  height: 42px;
  border: 1px solid #ffffff;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mian_house .mian_house_content .mlist:hover .num {
  height: 0px;
  overflow: hidden;
  padding-bottom: 0px;
}

.mian_house .mian_house_content .mlist:hover .title {
  min-height: 0px;
  height: 0px;
  padding: 0 20px;
  overflow: hidden;
}

.mian_house .mian_house_content .mlist:hover .more_bg {
  height: 320px;
}

.main_gongyi {
  background-image: url(../images/index_gongyi.jpg);
  background-size: cover;
  height: 1016px;
  overflow: hidden;
  position: relative;
  min-width: 1500px;
}

.main_gongyi .line_b {
  position: absolute;
  width: 100%;
  border-top: 3px dashed #cccccc;
  top: 585px;
  left: 0;
  z-index: 1;
}

.main_gongyi .mg_content {
  position: relative;
  z-index: 2;
  min-width: 1500px;
  margin: 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main_gongyi .mg_content .mlist {
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main_gongyi .mg_content .mlist .content {
  height: 272px;
  border: 1px solid;
  -o-border-image: linear-gradient(0deg, #cf944d, #cf944d) 10 10;
  border-image: -webkit-gradient(linear, left bottom, left top, from(#cf944d), to(#cf944d)) 10 10;
  border-image: linear-gradient(0deg, #cf944d, #cf944d) 10 10;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
  padding: 0 15px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  cursor: pointer;
}

.main_gongyi .mg_content .mlist .content:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.main_gongyi .mg_content .mlist .content .title {
  height: 80px;
  background: #cf944d;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(207, 148, 77, 0.2);
  box-shadow: 0px 2px 5px 0px rgba(207, 148, 77, 0.2);
  border-radius: 0px 0px 8px 8px;
  margin-top: -10px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  line-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  text-align: center;
}

.main_gongyi .mg_content .mlist .content .desc {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  max-height: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main_gongyi .mg_content .mlist .years {
  height: 60px;
  font-size: 40px;
  font-weight: bold;
  color: #cf944d;
  line-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e9e9e9;
  margin: 50px 0;
}

.main_gongyi .mg_content .mlist .icon {
  height: 272px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main_gongyi .mg_content .mlist:nth-child(2n) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.main_gongyi .mg_content .mlist:nth-child(2n) .icon {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.main_gytx {
  background-color: #f5f5f5;
  min-width: 1500px;
  overflow: hidden;
}

.main_gytx .tabs {
  max-width: 1500px;
  min-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main_gytx .tabs .tabs_list {
  cursor: pointer;
  width: 276px;
  height: 135px;
  background: #ffffff;
  border: 2px solid #cccccc;
  padding: 30px 10px 0;
  margin-bottom: 20px;
}

.main_gytx .tabs .tabs_list .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main_gytx .tabs .tabs_list .content .num {
  margin-right: 20px;
  font-size: 56px;
  font-weight: bold;
  color: #999999;
  line-height: 24px;
}

.main_gytx .tabs .tabs_list .content .desc {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}

.main_gytx .tabs .tabs_list.active {
  border: 2px solid #cf944d;
}

.main_gytx .tabs .tabs_list.active .content .num {
  color: #cb893a;
}

.main_gytx .gytx_content {
  max-width: 1500px;
  min-width: 1200px;
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main_gytx .gytx_content .conent_left {
  float: left;
  height: 620px;
  width: 650px;
}

.main_gytx .gytx_content .conent_right {
  display: flex;
  height: 620px;
  margin-left: 80px;
  justify-content: center;
  align-items: center;
}

.main_gytx .gytx_content .title {
  font-size: 32px;
  font-weight: 400;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main_gytx .gytx_content .title font {
  font-size: 48px;
  font-weight: bold;
  color: #cb893a;
  margin-right: 20px;
}

.main_gytx .gytx_content .conent {
  font-size: 18px;
  color: #333333;
  margin: 48px 0 0 0;
}

.main_gytx .gytx_content .conent p {
  line-height: 32px;
  margin-bottom: 30px;
}

.main_gytx .tabs_p {
  max-width: 1500px;
  min-width: 1200px;
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main_gytx .tabs_p .tabs_p_son {
  cursor: pointer;
  width: 32px;
  height: 32px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 20px;
  font-weight: 500;
  color: #999999;
}

.main_gytx .tabs_p .tabs_p_son.active {
  background: #cb893a;
  color: #ffffff;
}

.brand_desc {
  width: 1200px;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
  margin: 0 auto 32px;
  text-align: center;
}

.brand_img {
  text-align: center;
}

.main_brand {
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1500px;
  min-width: 1200px;
}

.main_brand .brand_menu {
  width: 280px;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main_brand .brand_menu .brand_menu_son {
  width: 240px;
  height: 48px;
  background: #f4f3f3;
  border: 1px solid #cb893a;
  border-radius: 0px 16px 0px 16px;
  font-size: 20px;
  color: #cb893a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.main_brand .brand_menu .brand_menu_son.active {
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
  background: #cb893a;
  border-radius: 0px 16px 0px 16px;
  color: #ffffff;
}

.main_brand .brand_content {
  width: 1200px;
  height: 700px;
  text-align: center;
  padding: 20px 40px;
  border: 1px solid #999999;
  overflow-y: scroll;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}

.main_brand .brand_content img {
  max-width: 100%;
}

.main_brand .brand_content::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #f5f5f5;
}

.main_brand .brand_content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

.main_brand .brand_content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #c8c8c8;
}

.main_brand .brand_content .brand_content_desc {
  margin-top: 40px;
}

.main_brand .brand_content .brand_content_desc p {
  font-size: 20px;
  color: #666666;
  line-height: 32px;
  text-align: left;
}

.brand_other {
  background-image: url(../images/index_brand_other.jpg);
  background-size: cover;
  max-width: 1500px;
  min-width: 1200px;
  height: 576px;
  margin: 32px auto;
  padding: 80px;
}

.brand_other .brand_other_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}

.brand_other .brand_other_title .title {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
  margin: 0 80px;
}

.brand_other .brand_other_title .title .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 64px;
  line-height: 44px;
  font-weight: bold;
  color: #cb893a;
  margin-bottom: 10px;
}

.brand_other .brand_other_title .title .num .icon {
  width: 24px;
  height: 24px;
  background: #cb893a;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.brand_other .brand_other_desc {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
  margin-bottom: 10px;
  text-align: center;
}

.news_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news_tab .news_tabs_son {
  height: 32px;
  background: #ffffff;
  border: 1px solid #cccccc;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  color: #666666;
  margin: 0 30px;
  cursor: pointer;
}

.news_tab .news_tabs_son.active {
  color: #ffffff;
  background: #cb893a;
  border: 1px solid #cb893a;
}

.newsSwiper {
  margin: 40px 15px;
}

.newsSwiper .swiper-wrapper {
  display: flex;
  flex-direction: row;
  height: 310px;
}

.newsSwiper .swiper-slide {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin-left: 15px;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  overflow: hidden;
}

.newsSwiper .swiper-slide:hover .news_list {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.newsSwiper .swiper-slide .news_list {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.newsSwiper .swiper-slide .news_list .time {
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  height: 50px;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.newsSwiper .swiper-slide .news_list .news_content {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
}

.newsSwiper .swiper-slide .news_list .news_content .title {
  font-size: 18px;
  font-weight: bold;
  color: #cb893a;
}

.footer {
  background-color: #262626;
  min-width: 1200px;
  overflow: hidden;
}

.footer .footer_main {
  max-width: 1500px;
  min-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer .footer_main .footer_about {
  width: 557px;
  height: 267px;
  background: #333333;
  padding: 20px;
}

.footer .footer_main .footer_about .ewm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .footer_main .footer_about .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.footer .footer_main .footer_about .item .text {
  margin-top: 3px;
  color: #FFF;
}

.footer .footer_main .footer_about .item img {
  width: 120px;
  height: 120px;
}

.footer .footer_main .footer_about .ewm .ewm_desc {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin-left: 20px;
}

.footer .footer_main .footer_about .ewm .ewm_desc .font {
  font-size: 40px;
}

.footer .footer_main .footer_about .tel {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin: 10px 0;
}

.footer .footer_main .footer_about .address {
  background: #cb893a;
  padding: 8px;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
}

.footer .footer_main .footer_menu {
  width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer .footer_main .footer_menu .menu_list {
  border-right: 1px solid #666666;
  padding-right: 16px;
  text-align: right;
}

.footer .footer_main .footer_menu .menu_list .title {
  height: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 24px;
}

.footer .footer_main .footer_menu .menu_list .list {
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  color: #999999;
  cursor: pointer;
}

.footer .Copyright {
  height: 50px;
  background: #111111;
  text-align: center;
  line-height: 50px;
  color: #ffffff;
}

.positon {
  max-width: 1500px;
  min-width: 1200px;
  margin: 55px auto 40px;
  color: #cb893a;
  font-size: 18px;
  font-weight: 400;
}

.positon a {
  color: #666666;
}

.filter {
  max-width: 1500px;
  min-width: 1200px;
  background: #ffffff;
  border: 1px solid #cccccc;
  padding: 20px 40px;
  margin: 0 auto;
}

.filter .filter_list {
  margin: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  padding-right: 10px;
}

.filter .filter_list .more {
  color: #cb893a;
  position: absolute;
  right: 0px;
  top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  z-index: 9999;
}

.filter .filter_list .filter_label {
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  width: 80px;
  height: 27px;
  margin-top: 13px;
  margin-right: 20px;
}

.filter .filter_list .filter_value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1260px;
  position: relative;
  overflow: hidden;
  height: 40px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.filter .filter_list .filter_value.hasmore {
  overflow-y: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: 200px;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}

.filter .filter_list .filter_value.hasmore::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #f5f5f5;
}

.filter .filter_list .filter_value.hasmore::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

.filter .filter_list .filter_value.hasmore::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #c8c8c8;
}

.filter .filter_list .filter_value .filter_value_son {
  padding: 0 10px;
  margin: 13px 6px 0;
  height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  color: #666666;
  position: relative;
}

.filter .filter_list .filter_value .filter_value_son .hot {
  position: absolute;
  right: -13px;
  top: -10px;
  color: #ffffff;
  width: 26px;
  height: 14px;
  font-size: 11px;
  line-height: 12px;
  background-color: #d81e06;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 2px;
}

.filter .filter_list .filter_value .filter_value_son.active {
  background: #cb893a;
  color: #ffffff;
}

.form_case {
  max-width: 1500px;
  min-width: 1200px;
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form_case .input {
  width: 200px;
  height: 36px;
  background: #ffffff;
  border-radius: 5px 0 0 5px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #eee;
}

.form_case .input .input_son {
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form_case .input .input_son input {
  border: none;
  font-size: 14px;
  height: 30px;
  border: transparent;
}

.form_case .input .input_son input:focus {
  border: none;
  outline: none;
}

.form_case .input .input_son img {
  margin: 0 10px 0 0;
}

.form_case .btn {
  height: 36px;
  background: #cb893a;
  border-radius: 0 5px 5px 0;
  width: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
}

.form_case .btn img {
  margin: 0 10px 0 0;
}

.case_main {
  max-width: 1500px;
  min-width: 1200px;
  margin: 0 auto;
  min-height: 500px;
}

.case_main .case_list {
  width: 100%;
  margin-bottom: 30px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  /* cursor: pointer; */
}

.case_main .case_list .case_thumb {
  height: 320px;
  background: #000000;
  background-size: cover;
  background-position: center;
}

.case_main .case_list .case_thumb .case_desc_bg {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0;
}

.case_main .case_list .case_thumb .case_desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 432px;
  height: 272px;
  border: 1px solid #ffffff;
  padding: 40px;
}

.case_main .case_list .case_thumb .case_desc .info {
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
}

.case_main .case_list .case_thumb .case_desc .btn {
  width: 214px;
  height: 33px;
  background: #ffffff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #cb893a;
  line-height: 24px;
  margin-top: 30px;
}

.case_main .case_list .case_content {
  height: 99px;
  background: #ffffff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.case_main .case_list .case_content .title {
  font-size: 18px;
  color: #333333;
}

.case_main .case_list .case_content .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.case_main .case_list .case_content .desc .designer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.case_main .case_list .case_content .desc .designer .d_thumb {
  background-size: cover;
  background-position: top;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  border-radius: 50%;
}

.case_main .case_list:hover {
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.case_main .case_list:hover .case_thumb .case_desc_bg {
  opacity: 1;
}

.pages {
  text-align: center;
}

.pages li a {
  margin: 0 4px;
  cursor: pointer;
  color: #666666;
}

.pages .active a {
  background-color: #cb893a;
  border-color: #cb893a;
}

.pages .active a:hover {
  background-color: #cb893a;
  border-color: #cb893a;
}

.list_banner {
  height: 300px;
  background-size: cover;
  background-position: center;
}

.case_detail {
  max-width: 1500px;
  min-width: 1200px;
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.case_detail .case_swiper {
  width: 1100px;
  height: 755px;
  background: #ffffff;
  position: relative;
  padding: 30px;
}

.case_detail .case_swiper .swiper-button-prev,
.case_detail .case_swiper .swiper-button-next {
  border-radius: 50%;
  width: 41px;
  height: 41px;
  border: 2px solid #cb893a;
  top: 640px;
  margin: 0 10px;
}

.case_detail .case_swiper .swiper-button-prev::after,
.case_detail .case_swiper .swiper-button-next::after {
  color: #cb893a;
  font-size: 20px;
  font-weight: bolder;
}

.case_detail .case_swiper .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.case_detail .case_swiper .swiper-slide {
  background-size: cover;
  background-position: center;
}

.case_detail .case_swiper .mySwiper2 {
  height: 80%;
  width: 100%;
}

.case_detail .case_swiper .mySwiper {
  height: 20%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0;
  margin: 0 57px;
  width: auto;
}

.case_detail .case_swiper .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.5;
}

.case_detail .case_swiper .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.case_detail .case_swiper .swiper-slide {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  background-color: #262626;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.case_detail .case_designer {
  width: 376px;
  height: 752px;
  background: #ffffff;
  padding: 20px 30px;
}

.case_detail .case_designer .title {
  font-size: 24px;
  font-weight: 400;
  color: #cb893a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.case_detail .case_designer .title img {
  margin-right: 10px;
}

.case_detail .case_designer .thumb {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 415px;
  margin: 20px auto;
  -webkit-box-shadow: 8px 8px 0 0 #efdbc4;
  box-shadow: 8px 8px 0 0 #efdbc4;
}

.case_detail .case_designer .name {
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  text-align: center;
}

.case_detail .case_designer .tag {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 16px;
  text-align: center;
}

.case_detail .case_designer .info {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.case_detail .case_designer .info .info_son {
  font-size: 20px;
  font-weight: 400;
  color: #cb893a;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.case_detail .case_designer .info .info_son span {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  display: block;
  margin-top: 5px;
}

.case_detail .case_designer .btn {
  height: 36px;
  background: #cb893a;
  border-radius: 5px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  margin-top: 20px;
}

.play {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.play img {
  width: 80px;
}

.case_info {
  max-width: 1500px;
  min-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}

.case_info .case_info_desc {
  min-height: 397px;
  width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.case_info .case_info_desc .title {
  font-size: 24px;
  font-weight: 400;
  color: #cb893a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.case_info .case_info_desc .title img {
  margin-right: 10px;
}

.case_info .case_info_desc .case_info_son01 {
  height: 211px;
  background: #ffffff;
  padding: 30px;
}

.case_info .case_info_desc .case_info_son01 .table {
  width: 100%;
  margin-top: 25px;
}

.case_info .case_info_desc .case_info_son01 .table table {
  width: 100%;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}

.case_info .case_info_desc .case_info_son01 .table table tr td {
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 10px 0;
  text-align: center;
}

.case_info .case_info_desc .case_info_son01 .table table tr td:nth-child(2n + 1) {
  background-color: #e5e5e5;
}

.case_info .case_info_desc .case_info_son02 {
  min-height: 159px;
  background: #ffffff;
  padding: 30px;
}

.case_info .case_info_desc .case_info_son02 .desc {
  width: 100%;
  margin-top: 25px;
  font-size: 16px;
  color: #333333;
  line-height: 32px;
  height: 58px;
  overflow-y: scroll;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}

.case_info .case_info_desc .case_info_son02 .desc::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #f5f5f5;
}

.case_info .case_info_desc .case_info_son02 .desc::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

.case_info .case_info_desc .case_info_son02 .desc::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #c8c8c8;
}

.case_form {
  width: 376px;
  height: 397px;
  background: #ffffff;
  padding: 30px;
}

.case_form .title {
  font-size: 24px;
  font-weight: 400;
  color: #cb893a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.case_form .title img {
  margin-right: 10px;
}

.case_form .input {
  height: 36px;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10px;
  margin-top: 10px;
}

.case_form .desc {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  margin-top: 10px;
}

.case_form .desc span {
  color: #999999;
}

.case_form .btn {
  height: 36px;
  background: #cb893a;
  border-radius: 5px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  margin-top: 20px;
}

.case_images {
  max-width: 1500px;
  min-width: 1200px;
  background-color: #ffffff;
  margin: 30px auto 0;
  padding: 30px;
}

.case_images .title {
  font-size: 24px;
  color: #cb893a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.case_images .title img {
  margin-right: 16px;
  width: 24px;
  height: 24px;
}

.case_images .images {
  margin-top: 20px;
}

.case_images .images .images_son {
  margin-bottom: 20px;
}

.case_images .images img {
  width: 100%;
}

.case_other {
  max-width: 1500px;
  min-width: 1200px;
  font-size: 32px;
  font-weight: 400;
  color: #333333;
  margin: 80px auto 60px;
  padding-top: 80px;
  text-align: center;
  border-top: 1px solid #cccccc;
}

.case_other .more {
  float: right;
  font-size: 20px;
  font-weight: 400;
  color: #cb893a;
  cursor: pointer;
}

.designer_main {
  max-width: 1500px;
  min-width: 1200px;
  margin: 0 auto;
  min-height: 500px;
}

.designer_main .designer_list {
  height: 450px;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 40px;
  margin: 80px 0;
}

.designer_main .designer_list .thumb {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 415px;
  margin: -70px 0 0 0;
  -webkit-box-shadow: 8px 8px 0 0 #efdbc4;
  box-shadow: 8px 8px 0 0 #efdbc4;
  margin-right: 55px;
  cursor: pointer;
}

.designer_main .designer_list .designer_content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.designer_main .designer_list .designer_content .designer_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  /* cursor: pointer; */
}

.designer_main .designer_list .designer_content .designer_title .name {
  font-size: 32px;
  color: #333333;
}

.designer_main .designer_list .designer_content .designer_title .title {
  border: 1px solid #cb893a;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 400;
  color: #cb893a;
  height: 32px;
  padding: 0 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.designer_main .designer_list .designer_content .designer_title .tags {
  font-size: 16px;
  color: #666666;
}

.designer_main .designer_list .designer_content .designer_title .tags span {
  color: #cb893a;
}

.designer_main .designer_list .designer_content .designer_title .btn {
  height: 36px;
  background: #cb893a;
  border-radius: 5px;
  width: 295px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
}

.designer_main .designer_list .designer_content .case_list {
  width: 100%;
  /* cursor: pointer; */
}

.designer_main .designer_list .designer_content .case_list .case_thumb {
  height: 218px;
  background: #000000;
  background-size: cover;
  background-position: center;
}

.designer_main .designer_list .designer_content .case_list .case_thumb .case_desc_bg {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 218px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0;
}

.designer_main .designer_list .designer_content .case_list .case_thumb .case_desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 432px;
  height: 272px;
  border: 1px solid #ffffff;
  padding: 40px;
}

.designer_main .designer_list .designer_content .case_list .case_thumb .case_desc .info {
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
}

.designer_main .designer_list .designer_content .case_list .case_thumb .case_desc .btn {
  width: 214px;
  height: 33px;
  background: #ffffff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #cb893a;
  line-height: 24px;
}

.designer_main .designer_list .designer_content .case_list .case_content {
  height: 74px;
  background: #f5f5f5;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.designer_main .designer_list .designer_content .case_list .case_content .title {
  font-size: 18px;
  color: #333333;
}

.designer_main .designer_list .designer_content .case_list .case_content .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #666666;
}

.designer_main .designer_list .designer_content .case_list .case_content .desc .designer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.designer_main .designer_list .designer_content .case_list .case_content .desc .designer .d_thumb {
  background-size: cover;
  background-position: top;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  border-radius: 50%;
}

.designer_main .designer_list .designer_content .case_list:hover .title {
  color: #cb893a;
}

.designer_main .designer_list .designer_content .case_list:hover .case_thumb .case_desc_bg {
  opacity: 1;
}

.designer_main .designer_list .designer_content .more {
  text-align: right;
  font-size: 20px;
  color: #cb893a;
  margin-top: 10px;
}

.designer_main .designer_list .designer_content .more span {
  cursor: pointer;
}

.designer_detail {
  max-width: 1500px;
  min-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  background: #ffffff;
  padding: 40px;
  margin-top: 80px;
}

.designer_detail .case_designer {
  width: 300px;
  background: #ffffff;
  margin-top: -80px;
}

.designer_detail .case_designer .thumb {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 415px;
  margin: 0 auto 50px;
  -webkit-box-shadow: 8px 8px 0 0 #efdbc4;
  box-shadow: 8px 8px 0 0 #efdbc4;
}

.designer_detail .case_designer .name {
  font-size: 32px;
  height: 32px;
  line-height: 32px;
  font-weight: 400;
  color: #333333;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.designer_detail .case_designer .name .tag {
  border: 1px solid #cb893a;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 400;
  color: #cb893a;
  height: 32px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.designer_detail .case_designer .info {
  padding: 32px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.designer_detail .case_designer .info .info_son {
  font-size: 20px;
  font-weight: 400;
  color: #cb893a;
  text-align: center;
}

.designer_detail .case_designer .info .info_son span {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  margin-top: 5px;
}

.designer_detail .case_designer .btn {
  height: 36px;
  background: #cb893a;
  border-radius: 5px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
}

.designer_detail .designer_content {
  width: 1080px;
}

.designer_detail .designer_content .designer_content_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px;
}

.designer_detail .designer_content .designer_content_list .designer_label {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  width: 80px;
  line-height: 32px;
}

.designer_detail .designer_content .designer_content_list .designer_info {
  width: 969px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
}

.designer_detail .designer_content .designer_content_list .designer_info pre {
  width: 969px;
  line-height: 32px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  padding: 0;
  background-color: #ffffff;
  border: none;
  overflow: inherit;
  white-space: pre-wrap;
  display: block;
  padding: 0;
  margin: 0;
  word-break: break-all;
  word-wrap: break-word;
  border-radius: 0;
}

.house_main {
  max-width: 1500px;
  min-width: 1200px;
  margin: 0 auto;
  padding-left: 50px;
}

.house_main .house_list {
  height: 401px;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px;
  margin-top: 80px;
  /* cursor: pointer; */
}

.house_main .house_list .thumb {
  width: 634px;
  height: 400px;
  background-size: cover;
  background-position: center;
  margin-top: -80px;
  margin-left: -80px;
}

.house_main .house_list .house_content {
  width: 786px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.house_main .house_list .house_content .house_title {
  font-size: 32px;
  font-weight: 400;
  color: #333333;
}

.house_main .house_list .house_content .house_desc {
  font-size: 16px;
  color: #666666;
  line-height: 32px;
}

.house_main .house_list .house_content .house_service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.house_main .house_list .house_content .house_service .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.house_main .house_list .house_content .house_service .btns .btn {
  padding: 0 20px;
  height: 36px;
  background: #cb893a;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  margin-left: 20px;
  width: 176px;
}

.house_main .house_list .house_content .house_service .fws {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}

.house_main .house_list .house_content .house_service .fws font {
  color: #cb893a;
}

.house_images {
  max-width: 1920px;
  margin: 20px auto;
}

.house_images img {
  width: 100%;
  vertical-align: top;
}

.quality_tab {
  max-width: 1500px;
  min-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.quality_tab.cul {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.quality_tab.cul .tab_son {
  margin-right: 32px;
}

.quality_tab .tab_son {
  width: 160px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #cb893a;
  border-radius: 0px 16px 0px 16px;
  font-size: 16px;
  font-weight: 400;
  color: #cb893a;
  line-height: 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.quality_tab .tab_son.active {
  background: #cb893a;
  color: #ffffff;
}

.quality_main {
  max-width: 1500px;
  min-width: 1200px;
  margin: 40px auto;
}

.quality_main .quality_bg {
  background: #ffffff;
  border: 1px solid #cccccc;
  padding: 30px;
  overflow: hidden;
  margin-bottom: 40px;
}

.quality_main .quality_title_big {
  font-size: 40px;
  color: #343434;
  line-height: 32px;
  margin-bottom: 20px;
}

.quality_main .quality_desc {
  font-size: 20px;
  color: #666666;
  line-height: 32px;
  margin: 0 auto 10px;
}

.quality_main .quality_desc font {
  color: #666666;
  font-weight: bold;
}

.quality_main .img_center {
  text-align: center;
  margin: 20px 0;
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  line-height: 32px;
}

.quality_main .img_center img {
  max-width: 100%;
}

.quality_main .quality_line {
  height: 4px;
  background: #cb893a;
  margin: 40px auto;
}

.quality_main .quality_title {
  font-size: 30px;
  color: #cb893a;
  line-height: 32px;
  margin: 40px auto;
}

.quality_main .quality_title1 {
  font-size: 30px;
  color: #333333;
  line-height: 32px;
  margin: 40px auto;
}

.quality_main .text_center {
  text-align: center;
}

.quality_main .img_left {
  text-align: left;
  margin: 20px auto;
}

.quality_main .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.news_main {
  max-width: 1500px;
  min-width: 1200px;
  background: #ffffff;
  border: 1px solid #cccccc;
  padding: 40px;
}

.news_main .case_list {
  width: 100%;
  margin-top: 30px;
  cursor: pointer;
}

.news_main .case_list .case_thumb {
  height: 320px;
  background: #000000;
  background-size: cover;
}

.news_main .case_list .case_thumb .case_desc_bg {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0;
}

.news_main .case_list .case_thumb .case_desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 432px;
  height: 272px;
  border: 1px solid #ffffff;
  padding: 40px;
}

.news_main .case_list .case_thumb .case_desc .info {
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
}

.news_main .case_list .case_thumb .case_desc .btn {
  width: 214px;
  height: 33px;
  background: #ffffff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #cb893a;
  line-height: 24px;
}

.news_main .case_list .case_content {
  height: 99px;
  background: #ffffff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news_main .case_list .case_content .title {
  font-size: 18px;
  color: #333333;
}

.news_main .case_list .case_content .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news_main .case_list .case_content .desc .designer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news_main .case_list .case_content .desc .designer .d_thumb {
  background-size: cover;
  background-position: top;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  border-radius: 50%;
}

.news_main .case_list:hover .title {
  color: #cb893a;
}

.news_detail {
  width: 1500px;
  background: #ffffff;
  padding: 40px;
  margin: 0 auto;
}

.news_detail .news_title {
  font-size: 32px;
  font-weight: 400;
  color: #333333;
  text-align: center;
}

.news_detail .news_sub_title {
  display: flex;
  flex-direction: row;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin: 30px;
  justify-content: center;
}
.news_detail .news_sub_item {
  display: flex;
  margin-left:20px;
  margin-right:20px
}
.news_detail .news_conent {
  line-height: 30px;
}

.case_form_center {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
}

.case_form_center.active {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.case_form_center .case_form {
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  position: relative;
}

.case_form_center .case_form .close {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 15px;
}

.tellmach {
  background-color: #f5f5f5;
}

.tellmach .tellmach_gy {
  width: 1500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tellmach .tellmach_gy .tellmach_gy_son {
  margin: 10px 8px;
  width: 282px;
  height: 468px;
  background-size: 100% 100%;
  padding: 210px 15px 20px 15px;
  color: #ffffff;
}

.tellmach .tellmach_gy .tellmach_gy_son .tm_title {
  font-size: 18px;
  line-height: 24px;
}

.tellmach .tellmach_gy .tellmach_gy_son .tm_line {
  width: 40px;
  height: 3px;
  background: #ffffff;
  margin: 14px 0;
}

.tellmach .tellmach_gy .tellmach_gy_son .tm_desc {
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
}

.tellmach .tellmach_lc_main {
  position: relative;
}

.tellmach .tellmach_lc_main .bg {
  background-color: #ffffff;
  width: 80%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.tellmach .tellmach_lc_main .tm_m_title {
  width: 1500px;
  margin: 0 auto;
  padding-top: 30px;
  font-size: 40px;
  font-weight: 400;
  color: #333333;
  position: relative;
  z-index: 2;
}

.tellmach .tellmach_lc_main .tellmach_lc {
  padding: 0 30px 60px 30px;
  width: 1500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.tellmach .tellmach_lc_main .tellmach_lc .tm_list {
  width: 480px;
  padding-top: 30px;
}

.tellmach .tellmach_lc_main .tellmach_lc .tm_list .tm_list_son {
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  margin: 7px 0;
  font-weight: bold;
  color: #666666;
}

.tellmach .tellmach_lc_main .tellmach_lc .tm_list .tm_list_son img {
  margin-right: 39px;
}

.tellmach .tellmach_lc_main .tellmach_lc .tm_list .tm_list_son .img01 {
  display: block;
}

.tellmach .tellmach_lc_main .tellmach_lc .tm_list .tm_list_son .img02 {
  display: none;
}

.tellmach .tellmach_lc_main .tellmach_lc .tm_list .tm_list_son.active {
  color: #cb893a;
  background-image: url(../images/tm_lc_active.png);
  background-position: right;
  background-repeat: no-repeat;
}

.tellmach .tellmach_lc_main .tellmach_lc .tm_list .tm_list_son.active .img02 {
  display: block;
}

.tellmach .tellmach_lc_main .tellmach_lc .tm_list .tm_list_son.active .img01 {
  display: none;
}

.tellmach .tellmach_lc_main .tellmach_lc .img_big {
  width: 862px;
  height: 1150px;
  border: 1px solid #e0bf97;
  -webkit-box-shadow: 8px 8px 0 0 #e0bf97;
  box-shadow: 8px 8px 0 0 #e0bf97;
  background-color: #ffffff;
}

.tellmach .tellmach_lc_main .tellmach_lc .img_big img {
  width: 100%;
  height: 100%;
}

.footer_btm {
  height: 112px;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  z-index: 9999999;
}

.footer_btm .footer_btm_main {
  padding: 16px 0;
  width: 1300px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.footer_btm .footer_btm_main .closed {
  position: absolute;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  right: -40px;
  top: 0px;
  cursor: pointer;
}

.footer_btm .footer_btm_main .form_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 330px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer_btm .footer_btm_main .form_main .form_main_input {
  width: 160px;
  height: 36px;
  background: #ffffff;
  border-radius: 5px;
  margin-bottom: 10px;
  overflow: hidden;
  text-indent: 10px;
}

.footer_btm .footer_btm_main .form_main .form_main_input input {
  border: none;
  font-size: 14px;
  height: 36px;
  border: transparent;
}

.footer_btm .footer_btm_main .form_main .form_main_input input:focus {
  border: none;
  outline: none;
}

.footer_btm .footer_btm_main .form_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer_btm .footer_btm_main .form_btns .form_text {
  font-size: 24px;
  font-weight: 400;
  color: #cb893a;
}

.footer_btm .footer_btm_main .form_btns .form_select {
  width: 136px;
  height: 64px;
  background: #333333;
  border: 1px solid #333333;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  margin-right: 8px;
  color: #aaaaaa;
  cursor: pointer;
}

.footer_btm .footer_btm_main .form_btns .form_select.selected {
  border: 1px solid #cb893a;
  color: #ffffff;
}

.footer_btm .footer_btm_main .form_btns .form_btn {
  width: 136px;
  height: 64px;
  background: #cb893a;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}

.footer_btm .open {
  display: none;
  height: 112px;
  width: 64px;
  background-image: url(../images/footer_open.png);
  background-size: 100% 100%;
  cursor: pointer;
}

.footer_btm.hideView {
  width: 64px;
  height: 112px;
  padding: 0;
  background: #000000;
  opacity: 0.8;
  border-radius: 0px 8px 8px 0px;
  overflow: hidden;
}

.footer_btm.hideView .open {
  display: block;
}

.footer_btm.hideView .footer_btm_main {
  width: 0px;
  overflow: hidden;
}

.right_btns {
  width: 60px;
  position: fixed;
  right: 0;
  top: 30%;
  background-color: #414141;
  z-index: 99999;
}

.right_btns .right_btns_list {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  border-bottom: 1px solid #232323;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #ffffff;
  cursor: pointer;
  position: relative;
}

.right_btns .right_btns_list .ewm {
  position: absolute;
  display: none;
  top: 50%;
  right: 60px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.right_btns .right_btns_list .ewm img {
  width: 200px;
}

.right_btns .right_btns_list:hover {
  background-color: #cb893a;
}

.right_btns .right_btns_list:hover .ewm {
  display: block;
}

.form_center {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999999999;
}

/* 导航预算 */
.reservation_box {
  width: 985px;
  height: 509px;
  overflow: hidden;
  margin: 0 auto;
  position: fixed;
  background-color: #fff;
  left: 50%;
  top: 50%;
  margin-left: -447px;
  z-index: 1001;
  margin-top: -254.5px;
  background: url("../images/calc_decoration.jpg") no-repeat top center;
}

.close_a {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.reservation_lt,
.reservation_rt,
.reservation_btn {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.reservation_btn {
  cursor: pointer;
  width: 210px;
  height: 155px;
  border-radius: 50%;
  position: relative;
}

.compute {
  float: left;
  margin-left: 24px;
  margin-right: 11px;
  width: 186px;
  height: 54px;
  font-size: 35px;
  font-weight: bold;
  color: #fa9400;
  text-align: left;
  line-height: 73px;
  background: url("../images/calc_compute_bg.png") no-repeat bottom center;
}

.compute_title {
  float: left;
  height: 54px;
  font-size: 19px;
  color: #323232;
  font-weight: 400;
  line-height: 88px;
}

.reservation_btn img {
  width: 159px;
  height: 159px;
  text-align: center;
  position: absolute;
  margin-top: -2px;
}

.reservation_lt {
  /* width: 350px; */
  height: 230px;
  padding: 7px 0 44px 44px;
}

.reservation_rt {
  width: 346px;
  height: 340px;
  padding-top: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.reservation_header {
  text-align: center;
  height: 119px;
  font-size: 24px;
  color: #333;
  border-bottom: 1px solid #9b9b9b;
  padding-top: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 922px;
  margin: 0 auto;
}

.decoration_title {
  font-size: 20px;
  color: #333;
}

.decoration_word {
  font-size: 12px;
  color: #8c8c8c;
}

.decoration_box {
  margin-bottom: 10px;
}

.decoration_word {
  margin-left: 5px;
}

.num_span {
  margin: 0 5px;
}

.reservation_input_box {
  margin: 20px 0;
}

#reservation {
  cursor: pointer;
}

.reservation_input_box input {
  height: 36px;
  border: 1px solid #e4e4e4;
  width: 256px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 8px;
}

input::-webkit-input-placeholder {
  color: #666;
  font-size: 13px;
  opacity: 1;
}

.reservation_input_title {
  font-size: 18px;
  color: #7c7c7c;
  display: inline-block;
  width: 85px;
  font-weight: bold;
  position: relative;
}

.reservation_rtheader {
  margin-top: 45px;
  background: url("../images/header_two_meet.gif") no-repeat center;
  height: 24px;
}

.reservation_result {
  font-size: 22px;
  font-weight: bold;
  color: #333;
}

.reservation_rt img {
  /* margin-left: 87px;
    margin-top: 10px */
  margin-bottom: -4px;
}

.myInput {
  border: 1px solid #f29897 !important;
  background-color: #fee9f0 !important;
  background-image: url("../images/tixc.png") !important;
  background-repeat: no-repeat !important;
  background-position-x: 12px !important;
  background-position-y: 50% !important;
  padding-left: 29px !important;
  outline: none;
  color: red;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 10px !important;
}

.myInput::-webkit-input-placeholder {
  color: red;
}

.myInput:-moz-placeholder {
  color: red;
}

.myInput:-ms-input-placeholder {
  color: red;
}

.form-style {
  width: 210px !important;
}

.hider_fixed {
  position: fixed;
  /* top:-33px; */
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: border-box;
  box-shadow: border-box;
  -webkit-box-shadow: 2px 2px 5px #ccc;
  box-shadow: 2px 2px 5px #ccc;
  width: 100% !important;
}

.mt {
  height: 20px;
  display: none;
}

.show {
  display: block !important;
}

.hide {
  display: none;
}

.mt {
  height: 20px;
  display: none;
}

.show {
  display: block !important;
}

.hide {
  display: none;
}

.mask_box {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #000;
  opacity: 0.8;
  z-index: 1001;
  display: none;
  left: 0;
  top: 0;
}

.compute_box {
  width: 158px;
  height: 155px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 28px;
  top: 68px;
}

.compute_title_box {
  width: 346px;
  height: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #7c7c7c;
  margin: 0 auto;
  margin-bottom: 12px;
}

.compute_item_box {
  width: 346px;
  height: 172px;
  margin: 0 auto;
  text-align: center;
  padding: 47px 5px 23px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../images/calc_rectangle_bg.png") no-repeat center;
}

.compute_item_box li {
  width: 132px;
  height: 27px;
  border: 1px dashed #c5c5c5;
  float: left;
  font-size: 16px;
  font-weight: 400;
  border-radius: 5px;
  margin-left: 23px;
  margin-bottom: 14px;
  color: #5b5b5b;
  line-height: 27px;
}

.prompt {
  margin-top: 8px;
  font-size: 13px;
  color: #9e9e9e;
  font-weight: 400;
}

.reservation_lt input {
  outline: none;
}

.city_select {
  outline: none;
  border: 1px solid #dddddd;
  border-radius: 0;
}

.star {
  position: absolute;
  right: 10px;
  top: 4px;
}

.red {
  display: inline-block;
  color: #d9000f;
  height: 18px;
  line-height: 22px;
  overflow: hidden;
}

/*# sourceMappingURL=pc.css.map */</pre></body></html>